Click or drag to resize

JsonNumber Constructor (Int64)

Initializes a new instance of the JsonNumber class

Namespace:  Independentsoft.Json.Parser
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public JsonNumber(
	long value
)

Parameters

value
Type: SystemInt64
See Also